Module for EDI 9.12 | Building Services with EDI Module | Part II WmEDIforTN Package | WmEDIforTN TRADACOMS Folder | Summary of Elements in this Folder | wm.b2b.edi.tradacoms.doc:getDocumentPartInfo
 
wm.b2b.edi.tradacoms.doc:getDocumentPartInfo
WmEDIforTN. Returns information about the detail messages in a TRADACOMS file that is contained in a Trading Networks bizDocEnvelope.
Input Parameters
bizDocEnvelope
Object The bizDocEnvelope that represents the TRADACOMS file.
Output Parameters
numberOfDetailMessages
String The number of detail messages contained in the TRADACOMS file.
hasVAT
String Whether the file contains VAT information.
Value
Meaning
true
The file contains VAT information.
false
The file does not contain VAT information.
Usage Notes
This service throws an exception if bizDocEnvelope is null or is not a TRADACOMS file.